cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/platform \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>" }
Get details about a platform.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The unique ID of the object.
"Va5Zc9NAP46aYXEmki8Hb1"
The name of the Platform
"Pauly's Pet Palace"