Slideroom
Connector for the slideroom API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.slideroom.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
applicant_getattributesv2— GET /api/v2/applicant/attributes — Gets the custom attributes for an applicant.applicant_getattributenamesv2— GET /api/v2/applicant/attributes/names — Gets the custom applicant attributes used by the organization.application_getattributenamesv2— GET /api/v2/application/attributes/names — Gets the custom application attributes used by the organization.application_getattributesv2— GET /api/v2/application/{applicationId}/attributes — Gets the custom attributes for an application.export_getv2— GET /api/v2/export/{token} — Gets the status/result of a requested export.applicant_postattributesv2— POST /api/v2/applicant/attributes — Updates the custom attributes for an applicant.
Inputs
apiKey— your slideroom API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: applicant_getattributesv2
apiKey: <your key>