get https://api.mollie.com/v2/clients/
Retrieve a single client by its ID.
Access with
Responses
Retrieve a single client by its ID.
Access with
xxxxxxxxxx
curl -X GET https://api.mollie.com/v2/clients/org_12345678 \
-H "Authorization: Bearer access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ"
xxxxxxxxxx
23{
"resource": "client",
"id": "org_12345678",
"organizationCreatedAt": "2023-04-06 13:10:19+00:00",
"_links": {
"self": {
"href": "...",
"type": "application/hal+json"
},
"organization": {
"href": "https://api.mollie.com/v2/organizations/org_12345678",
"type": "application/hal+json"
},
"onboarding": {
"href": "https://api.mollie.com/v2/onboarding/org_12345678",
"type": "application/hal+json"
},
"documentation": {
"href": "...",
"type": "text/html"
}
}
}