Types
Authorizations
AuthorizationstringRequired
Enter JWT Bearer token only
Responses
200
Success
get
/types/credit-report-typesGET /homedashboard/types/credit-report-types HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Success
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
}
]Authorizations
AuthorizationstringRequired
Enter JWT Bearer token only
Responses
200
Success
get
/types/task-rejection-reasonsGET /homedashboard/types/task-rejection-reasons HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Success
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
}
]Authorizations
AuthorizationstringRequired
Enter JWT Bearer token only
Responses
200
Success
get
/types/task-typesGET /homedashboard/types/task-types HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Success
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
}
]Authorizations
AuthorizationstringRequired
Enter JWT Bearer token only
Responses
200
Webhook object event types retrieved successfully
get
/types/webhook-object-event-typesGET /homedashboard/types/webhook-object-event-types HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Webhook object event types retrieved successfully
[
{
"objectType": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
},
"eventTypes": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
}
]
}
]Last updated

