Authorization

All endpoints are protected by an API Key. You can generate a new API key on your profile page. API Keys are passed into header fields of all requests under the field `Authorization`.

Only users with the role of the owner can access API.

Test Authorization

GET https://api.starion.io/:teamId

Path Parameters

NameTypeDescription

teamId*

String

Your team ID

Headers

NameTypeDescription

Authorization*

String

Your API Key

Last updated