Skip to main content
Version: Latest

Confirm authentication

Confirm authentication information by checking if your api key is valid.


1. API endpoint

https://app.deepbrain.io/api/odin/v3/auth

2. Response parameters

keydesctype
isAuthenticatedWhether the API key is valid.Boolean

3. Sample Request

curl https://app.deepbrain.io/api/odin/v3/auth  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X GET