Get cosigner
GET {{baseUrl}}/cosigners/:cosignerId
Get a cosigner by ID
Note: These endpoints are currently in beta and might be subject to changes.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"archived": "<boolean>",
"id": "<uuid>",
"name": "<string>"
} |
ENDPOINTS