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
Name | Type | Description |
---|---|---|
teamId* | String | Your team ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Your API Key |
Last updated