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