POST /rownd

POST /rownd

Creates a cosmily user token using the rownd token

Query parameters

  • token string Required

    Rownd Token

Responses

  • successful operation

    Hide response attribute Show response attribute object
  • Bad Request

  • Unprocessable Entity

  • Server Error

POST /rownd
curl \
 -X POST https://api.cosmily.com/api/v1/rownd?token=string \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "token": "string"
}
Response examples (200)
{
  "token": "string"
}