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