Memberships
The membership object and the allowed CRUD operations on the related resource endpoint
Granting access to the test environment
Resending an invitation
Example
curl -g -X POST \
'https://provisioning.commercelayer.io/api/memberships/xYZkjABcde/resend' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer {{your_access_token}}' \
-H 'Content-Type: application/vnd.api+json' \
-d ''Last updated