Learn how Account ID works and how to retrieve it.
api_key
and access_token
, then send a GET
request to Get account details to retrieve your Account ID from the response object.
Below is an example:
Generate a `session_id`
session_id
for the user. See how to generate a session_id
hereGet account details (including the ID)
GET
request to the Get account details endpoint and add the
session_id
as a query parameter. Here is an example below:id
. Below is an example: