Β· API Reference
Applications
GET
/api/v1/apps/{id}Get App
π Bearer JWT required
Path parameters
| id* |
Responses
200Success
401Unauthenticated
403Forbidden
Example request
cURL
curl -X GET "https://api.authspoke.com/api/v1/apps/{id}" \
-H "Authorization: Bearer $TOKEN"PUT
/api/v1/apps/{id}Update App
π Bearer JWT required
Path parameters
| id* |
Request body
Responses
200Success
401Unauthenticated
403Forbidden
Example request
cURL
curl -X PUT "https://api.authspoke.com/api/v1/apps/{id}" \
-H "Authorization: Bearer $TOKEN"DELETE
/api/v1/user/app/{id}Delete App
π Bearer JWT required
Path parameters
| id* |
Responses
200Success
401Unauthenticated
403Forbidden
Example request
cURL
curl -X DELETE "https://api.authspoke.com/api/v1/user/app/{id}" \
-H "Authorization: Bearer $TOKEN"