Skip to main content

Accept a member of a business

PATCH 

https://api.staging.powerapi.com/api/v1/members/accept

Accept a member of a business

Request

Bodyrequired

    data object
    type stringrequired

    Possible values: [members]

    attributes object
    auth_token stringrequired
    terms_agreement required

    Terms & Conditions agreement

Responses

Accept a member of a business
Schema

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L -X PATCH 'https://api.staging.powerapi.com/api/v1/members/accept' \
-H 'Content-Type: application/vnd.api+json' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"data": {
"type": "members",
"attributes": {
"auth_token": "string"
}
}
}'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Body required
{
  "data": {
    "type": "members",
    "attributes": {
      "auth_token": "string"
    }
  }
}
ResponseClear

Click the Send API Request button above and see the response here!