Skip to content

Authorization ​

Generate a JWT ​

Generate a valid JWT from your private key and the secret encryption key (both given by email). This token is valid for 4 hours.

In this endpoint only, the Authorization header is (obviously) not needed.

Scope ​

none

Endpoint ​

http
POST /jobboards/jwt

Open in Postman

Accepted params ​

All parameters should be in the request's body.

ParamTypeExample ValueDescription
private_keyString123ab456-1a12-123a-a123-12a34b5c6789Your private key
secret_keyStringabcDEfgH123abCDef12345ABcdThe secret encryption key

Examples ​

Generate a JWT.
http
POST https://api.talentview.fr/v2/jobboards/jwt

View response example

Jobboard documentation for the Kelio ATS API