GET
/
v0
/
platform
Retrieve Platform
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/platform \
  --header 'Authorization: Bearer <token>'
{
  "id": "Va5Zc9NAP46aYXEmki8Hb1",
  "name": "Pauly's Pet Palace"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful Response

id
string
required

The unique ID of the object.

Examples:

"Va5Zc9NAP46aYXEmki8Hb1"

name
string
required

The name of the Platform

Examples:

"Pauly's Pet Palace"