post https://sandbox.onebrick.io/v2/data/auth/creds
In this step, you can generate client_id through public access token.
Request Parameter
Key Parameter | Data type | Description |
---|---|---|
public_access_token | String | Unique Identifier token for clients, Also called as public_access_token |
user_id | String | End-user unique identifier(It should be from clients system) |
Response parameters
Key Parameter | Data type | Description |
---|---|---|
client_data-client_id | Integrer | Client's Id in Brick Database |
client_data-client_name | String | Client's application name |
client_data-client_full_name | String | Client's registered name |
client_data-client_email | String | Client's registered email |
client_data-client_alias | String | Client's application name/Alias |
client_data-client_image_url | String | Client's application logo |
client_data-client_favicon | String | Client's favicon |
client_data-redirect_ref_id | String | Id stored in Brick Database referring to client's redirect endpoint |