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>" }
Open API Bearer token
Employee email
An employee has been created
The unique UUID identifier of the employee
Was this page helpful?