Authentication Check
Confirm your API token is working
Authentication Check
Headers
Name
Type
Description
{
"id:": 1,
"email": "[email protected]",
"teams": [
{
"id": 1,
"name": "Team Number 1"
}
]
}{
"errors": [
{
"message": "E_UNAUTHORIZED_ACCESS: Unauthorized access"
}
]
}Last updated