Set API IDs
This endpoint allows you to manually set a user's API IDs.
Set API IDs
Request Body
Name
Type
Description
API ID(s) set!INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_API_ID",
"data": [
{
"username": "Brian1234", // OPTION 1: Account Username
"account": "000-000-000", // OPTION 2: Account GUID
"sessionId": "2daf5d1-8256-4373-9a", // OPTIONAL - Authentication
"apiIds": [
"11000010499F33C",
"ABCD123",
],
"pushNew": true, // Push new API IDs to array or override entirely
}
]
}Optional Fields
Session ID
Push New
Last updated
Was this helpful?

