latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
root
Test OAuth2 and bearer authentication
Test your <a href='https://github.com/datadryad/dryad-app/blob/main/documentation/apis/api_accounts.md'>API account authentication</a> by sending authenticated headers: Accept: application/json, Content-Type: application/json, Authorization: Bearer {your-token}.
Accept header is optional if you are using Content-Type: application/json.
get/test
Response
Shows a welcome message if successful.
Example response
{
"message": "Welcome Brenda Ngrulu",
"user_id": 10
}