Get Worker Info

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

A standard GET call for worker info yields basic worker data, status and the last data collection checks collected and approved in posthire. Supply the worker id (same as applicant id) and Fountain will return the corresponding worker info.

Note that data collected via a secure field will not be available unless specifically requested. To allow access to secure data, contact Fountain at support@fountain.com for help. We’ll provide you with a secure-fields specific API key which you can use with Get Worker Info to retrieve secure data with the rest of a worker’s information.

id

string

required

The Worker ID

``200 OK

``401 Unauthorized

``404 Not Found

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request GET \

--url https://api.fountain.com/v2/workers/id \

--header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200401``404