Sandbox
Create a new Sandbox Connection
Create a new connection (new company/provider pair) with a new account
POST
/
sandbox
/
connections
Authorizations
Please use base64 encoded client_id:client_secret
Body
application/json
The provider associated with the connection
Available options:
credential
, api_token
, oauth
, assisted
Optional: the size of the employer to be created with this connection. Defaults to 20. Note that if this is higher than 100, historical payroll data will not be generated, and instead only one pay period will be created.
Response
200 - application/json
The ID of the new connection
[DEPRECATED] Use connection_id
to associate a connection with an access token
The ID of the provider associated with the access_token
.
[DEPRECATED] Use connection_id
to associate a connection with an access token
Available options:
credential
, api_token
, oauth
, assisted
Was this page helpful?