Skip to main content
GET
/
v0
/
platform
Retrieve Platform
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/platform \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

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"