API ReferencePlatforms

Get current platform

Get the platform that owns the current token (requires a platform token).

GET
/v1/platform

Authorization

authorization
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/platform"
{  "data": {    "created_at": "2017-09-12T12:34:55Z",    "id": "plat_d025a96ac0c6",    "name": "Tender Medical",    "object": "platform",    "updated_at": "2017-09-13T10:11:12Z"  }}