cURL
curl --request GET \ --url https://global.thenile.dev/developers/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "<string>", "workspaces": [ { "name": "<string>", "slug": "<string>", "id": "<string>", "stripe_customer_id": "<string>", "created": "2023-11-07T05:31:56Z" } ], "databases": [ "<string>" ], "kind": "HUMAN" }
Returns information about the developer associated with the token provided, including the workspaces and database ids the developer is authorized to access, and the email address associated with the developer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Developer found
Show child attributes
1
HUMAN
API
Was this page helpful?