cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/platform \ --header 'Authorization: Bearer <token>'
{ "id": "Va5Zc9NAP46aYXEmki8Hb1", "name": "Pauly's Pet Palace" }
Get details about a platform.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The unique ID of the object.
"Va5Zc9NAP46aYXEmki8Hb1"
The name of the Platform
"Pauly's Pet Palace"