Connectors
Get Connector Meta information for the given provider key
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Query Parameters
The comma separated list of data that will be included in the response
Response
200
application/json
The connector meta information was retrieved
The provider key
Example:
"hibob"
The provider human-readable label
Example:
"Hibob"
The provider service category
Available options:
ats
, hris
, hris-legacy
, crm
, iam
, marketing
, lms
, stackone
, documents
Example:
"hris"
Example:
{
"employees": {
"create": {
"apiPath": "/unified/hris/employees/:id",
"input": {
"defaultFields": [{ "name": "first_name", "type": "string" }]
},
"output": {
"defaultFields": [{ "name": "id", "type": "string" }]
}
}
},
"time_off": {
"get": {
"apiPath": "/unified/hris/employees/:id/time_off/:id",
"output": {
"defaultFields": [{ "name": "id", "type": "string" }]
}
}
}
}
Whether this provider has been enabled on the integrations page for the current project
Example:
true
Resources for this provider, such as image assets
Example:
{
"images": {
"logo_url": "https://app.stackone.com/assets/logos/hibob.png",
"original_logo_horizontal_url": "https://app.stackone.com/assets/logos/original/hibob_horizontal.png"
}
}
Was this page helpful?