POST
/
access
/
member
curl --request POST \
  --url https://sandbox.withclasp.com/access/member \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "expires_at": "2023-11-07T05:31:56Z",
  "member": "<string>"
}'
{
  "access_token": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "member": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

member
string
required
expires_at
string

Response

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