Catapa
Last updated
Last updated
POST /connectors/catapa/integrations HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"auth_type": "oauth2",
"callback_url": "text"
}GET /connectors/catapa/integrations/{user_identifier} HTTP/1.1
Host:
Accept: */*
POST /connectors/catapa/integrations/{user_identifier} HTTP/1.1
Host:
Accept: */*
DELETE /connectors/catapa/integrations/{user_identifier} HTTP/1.1
Host:
Accept: */*
GET /connectors/catapa/integration-exists HTTP/1.1
Host:
Accept: */*
GET /connectors/catapa/auth-schema HTTP/1.1
Host:
Accept: */*
GET /connectors/catapa/success-authorize-callback HTTP/1.1
Host:
Accept: */*
POST /connectors/catapa/userinfo HTTP/1.1
Host:
Accept: */*
{
"data": {
"id": "text",
"email": "text",
"username": "text",
"employee": {
"id": "text",
"name": "text"
},
"roles": [
{
"id": "text",
"name": "text",
"active": true
}
]
},
"meta": null
}