client_id
and api_key
.
client_id
and optionally your api_key
. Depending on whether your request comes from a server or the client side, the token will contain different information, as described in the following table.
Origin | Token composition |
---|---|
Client side | BASE64_ENCODE({client_id}:) |
Server side | BASE64_ENCODE({client_id}:{api_key}) |
:
after your client_id
when generating the token from the client side.cliend_id = ABC123
and api_key = DEF456
, you would have the following resulting tokens:
Api-App-Id
to identify the App. The following code block presents how to use the organization key to create an App and send a payout.
Api-App-Id
header in the request. The ID can be retrieved using the List All Apps endpoint or the Dashboard.