You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The App represents the application calling the APIs. API Authentication is by app to app bearer token. The bearer token belongs to a consumer that calls the API's on behalf of an external application (the App)
The simple relationship:
App -- Consumer -- BearerToken
GET
GET /app
This service returns the App associated with the bearer token. It requires role User.
GET /app HTTP/1.1
Authorization: bearer my_token
Accept: */*