Skip to main content
Version: Next

Claim by business entity id

Information

Use this endpoint to assert that a specific business entity, identified by its business entity id, is managed by you. By using this endpoint, you establish a relationship between your account and the business entity, indicating that the business entity is under your management.

This endpoint is synchronous
The role admin is needed in order to use this endpoint
Endpoints

POST/v1/config/business/entity/{businessEntityId}/claim

Path parameters
businessEntityIdstring (uuid) - Required



Body parameters
data




Request

POST /v1/config/business/entity/:businessEntityId/claim


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/config/business/entity/32c9aec1-e6d6-4ddf-82a0-42dfa29268f8/claim'
-H 'accept: application/json'
-H 'Authorization: Bearer ${TOKEN}'

Response

Status: 204

Description: Business entity configuration done

Status: 401

Description: Unauthorized - Authentication is required and has failed or has not yet been provided.

Status: 403

Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.