cURL
curl --request POST \ --url https://sandbox.withclasp.com/access/employer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "employer": "<string>", "expires_at": "2023-11-07T05:31:56Z" } '
{ "access_token": "<string>", "employer": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Generates an access token to read/write the resources that belong to an employer.
API Key authentication with required prefix "Bearer"