REST APIs
Authorization
introduction for rest apis, you need authentication to prove that you are the superadmin of your property for that, you will send the authorization header as part of every api request header value the value for the authorization header is the string soc followed by the base64 encoding of clientid\ clientsecret for instance, if your clientid is abcd and your clientsecret is 1234 , you will send the header authorization soc ywjjzdoxmjm0 this is because ywjjzdoxmjm0 is the base64 encoding of abcd 1234