Skip to main content

Authenticate a user

POST 

https://us.api.nabla.com/v1/core/server/jwt/authenticate/:user_id

Use this endpoint to get JWT tokens to authenticate a user with the Nabla Core API. These tokens only gives access to resources for the specified user. This endpoint should typically be called by your backend on behalf of an authenticated user, and the resulting JWT tokens should be forwarded to the user's frontend securely.

Requestโ€‹

Responsesโ€‹

Tokens.

Authorization: http

name: bearertype: httpscheme: bearer
curl -L -X POST 'https://us.api.nabla.com/v1/core/server/jwt/authenticate/:user_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://us.api.nabla.com/v1/core/server
Auth
Parameters
โ€” pathrequired
ResponseClear

Click the Send API Request button above and see the response here!