cURL
curl --request POST \ --url https://api.chakra.dev/api/v1/servers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accessKey": "<string>", "secretKey": "<string>", "username": "<string>" } '
{ "token": "<string>", "username": "<string>", "message": "<string>", "bucketName": "<string>", "bucketRegion": "<string>", "tags": {}, "groupMembership": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Found in /settings.
Found in /settings. Shown as "Organization ID" in the UI. This is different than your email address.
Token created