cURL
curl --request POST \ --url https://your-instance.example.com/api/organizations/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "_id": "<string>", "anthropicApiKey": "<string>", "sinchServicePlanId": "<string>", "sinchApiToken": "<string>", "sinchMmsApiKey": "<string>", "sinchMmsServiceId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API keys returned