API 1
cURL
curl --request POST \ --url https://openapi.pleo.io/v1/employees \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://developers.pleo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.pleo.io/llms.txt
Use this file to discover all available pages before exploring further.
Open API Bearer token
Employee email
An employee has been created
The unique UUID identifier of the employee
Was this page helpful?