If valid asset provider information and credentials were inserted, then a successful response with the HTTP code 200 should be returned.
Sample Response
Afterwards, the value under
As stated in our API Reference, this token should be used by adding a header with
access_token can be used as the bearer token for our provided endpoints.As stated in our API Reference, this token should be used by adding a header with
Authorization as the key and Bearer YOUR_TOKEN as the value.The token is only valid for 5 minutes, after which another one has to be fetched.