POST
/
api
/
v1
/
servers
curl --request POST \
  --url https://api.chakra.dev/api/v1/servers \
  --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>"
}

Body

application/json

Response

201 - application/json

Token created

The response is of type object.