POST
/
access
/
employer
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>"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

employer
string
required
expires_at
string

Response

200 - application/json
access_token
string
required
employer
string
required
expires_at
string