GET
/
v0
/
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

200
application/json
Successful Response
id
string
required

The unique ID of the object.

Example:

"Va5Zc9NAP46aYXEmki8Hb1"

name
string
required

The name of the Platform

Example:

"Pauly's Pet Palace"