Greenhouse

Supports:

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: oauth, clientcredentials ↓
true
oauth_refresh_tokenstringfalse

auth_method

When auth_method is clientcredentials
NameTypeDescriptionRequired
client_idstringClient IDtrue
client_secretstringClient Secrettrue

Example

1{
2 "name": "Greenhouse connection",
3 "type": "greenhouse",
4 "configuration": {
5 "auth_method": "",
6 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
7 }
8}