Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
To access our services, we require a JWT token for each API that is protected on our end, for that you will require your email and apiKey to generate a temporal token that will enable you to access the APIs.
https://api.zelf.world/api/clients/auth
This endpoint allows the creation of a new JWT (JSON Web Token) that you will need to authenticate your account.
Endpoint: /api/clients/auth
Method: POST
Content-Type: application/json
Headers
The request body should be a JSON object containing the following fields:
Request Body
The request body should be a JSON object containing the following fields:
200 OK: The request was successful, and JWT is returned in JSON format.
403 Access Forbidden: There was an error with the authentication.