OrganizationApp Collection API
Access control information unavailable
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON post body:
{
"app": string
"config"?: object
"customer_id": integer
"provider_id": integer
}Possible errors:
Field "app": "App is required"
Field "customer_id": "Customer ID is required"
Field "provider_id": "Provider ID is required"
Request payload
The body is of type object.
Successful response
The response is of type object.