POST /rownd

POST /rownd

Creates a cosmily user token using the rownd token

Query parameters

  • token string Required

    Rownd Token

Responses

  • 200

    successful operation

    Hide response attribute Show response attribute object
  • 400

    Bad Request

  • 422

    Unprocessable Entity

  • 500

    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"
}