On/offboarding Requests
POST /{partner_id}/onboarding
Section titled “POST /{partner_id}/onboarding”Onboard Integration
Parameters
Section titled “Parameters”| Name | In | Type | Required | Notes |
|---|---|---|---|---|
partner_id |
path | string | Yes | — |
Responses
Section titled “Responses”| Code | Meaning |
|---|---|
201 |
Successful Response |
422 |
Validation Error |
Example
Section titled “Example”curl -X POST 'https://<partner-api-host>/<partner_id>/onboarding' \ -H 'apikey: <your-api-key>' \ -H 'Content-Type: application/json' \ -d '{}'POST /{partner_id}/offboarding
Section titled “POST /{partner_id}/offboarding”Offboard Integration
Parameters
Section titled “Parameters”| Name | In | Type | Required | Notes |
|---|---|---|---|---|
partner_id |
path | string | Yes | — |
Responses
Section titled “Responses”| Code | Meaning |
|---|---|
200 |
Successful Response |
422 |
Validation Error |
Example
Section titled “Example”curl -X POST 'https://<partner-api-host>/<partner_id>/offboarding' \ -H 'apikey: <your-api-key>' \ -H 'Content-Type: application/json' \ -d '{}'