Description
Enables you to get the config value for a given Id.
Request
GET https://api.smartrecruiters.com/v1/configs/{configId}
Path Parameters
name | type | description |
---|---|---|
configId | string | unique id of a config entry |
Query Parameters
n/a
Request Body
n/a
Response Body
Instance of Config
Example request
curl -i -H "X-SmartToken: abc123" -X GET https://api.smartrecruiters.com/v1/configs/notificationUrl
Example response
{ "id" : "notificationUrl", "value": "http://api.partnercompany.com/notifications" } |