v1
latestOpenAPI 3.0.02026-07-26167441.9 MBGet Onboarding
get/recipients/{recipient_id}/onboardings/{onboarding_id}
Path parameters
recipient_idstring required
ID of the recipient
onboarding_idstring required
ID of the onboarding to retrieve
Response
Onboarding details retrieved successfully
Example response
{
"id": "104911d-5df9-429e-8488-ad41abea1a4b",
"account_id": "9104911d-5df9-429e-8488-ad41abea1a4b",
"recipient_id": "9104911d-5df9-429e-8488-ad41abea1a4b",
"type": "PREVIOUSLY_ONBOARDED",
"workflow": "HOSTED_BY_PROVIDER",
"status": "ACTIVE",
"callback_url": "https://www.google.com",
"provider": {
"id": "PAGARME",
"connection_id": "104911d-5df9-429e-8488-ad41abea1a4b",
"recipient_id": "AAAAA01"
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}