Accept stack owned by other user
GET https://{{base_url}}/v3/stacks/accept_ownership/{{ownership_token}}?api_key={{api_key}}&uid=Enter_your_user_uid
The Accept stack owned by other user call allows a user to accept the ownership of a particular stack via an email invitation.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Accept stack owned by other user API Reference document
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
api_key | string | Enter the stack API key. | |
uid | string | Enter the user uid. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |