cURL
curl --request POST \ --url https://schoolmaker.co/api/v1/offers/{id}/accesses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "member_email": "<string>", "status": true, "first_name": "<string>", "last_name": "<string>" }'
{ "id": "<string>", "member_id": "<string>", "email": "<string>", "is_active": true, "offer_name": "<string>", "offer_id": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Change member access status settings or add a new member.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Access created or updated
The response is of type object.
object