Authentication
Test authentication and identify the key's owner.
Returns the account the API key belongs to, and the workspace the key is bound to (null for keys created before keys were workspace-bound, which may act on every workspace the account can reach).
get/api/external/v1/hello-world-user
Response
Example response
{
"message": "Hello World",
"user": {
"id": 123,
"name": "John Doe",
"email": "john@example.com"
},
"workspace_id": 55
}Changes
Changed in 1 of the 3 revisions of this API.5
- ○
api operation id
getApiExternalV1HelloWorldUserremoved and replaced withtestAuthenticationAndIdentifyTheKeysOwnerapi-operation-id-removed
- ○
api tag
Authenticationaddedapi-tag-added
- ○
api tag
Endpointsremovedapi-tag-removed
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the success response with the status
200response-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○