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