⚠️ Deprecation Notice: The following APIs will soon be deprecated. Use the console to manage API keys instead.
API to renew your token
successful operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Internal server error
{- "id": "string",
- "user": "string",
- "enterprise": "796caaf9-a7de-4817-9ffa-39d04bf83de9",
- "token": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "developerapp": "1db6f35b-ff0e-4ed5-98aa-8a4ea01804ca",
- "scope": "string",
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
API to get resource information associated with your token like your enterprise, user etc
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "string",
- "enterprise": "796caaf9-a7de-4817-9ffa-39d04bf83de9",
- "user": "string",
- "developer_app": "d06f4db7-a9a1-4aa6-9611-5383a83cd974",
- "source_refresh_token": "string",
- "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "scope": [
- "string"
], - "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}