Auth Object Parameters
In this object, we add authorization key in verification request.
Parameters | Description |
---|---|
auth_type | Required: Yes Type: string Accepted Values: basic_auth, access_token This parameter explains the type of authorization user wants to use for verification. Add "basic_auth" value for verification with client_id and secret key. For verifiction with access token, the value of this parameter should be "access_token". |
access_token | Required: Yes (in case of access token) Type: string This parameter is required for access token authorization type. The access token obtained through end-point can be used for autorization |