Open ubergesundheit opened 3 years ago
Do I need to configure some permissions for my client_id and client_secret somewhere?
client_id
client_secret
After obtaining a bearer token I did:
curl -v 'https://api.personio.de/v1/company/employees/XZY' -H "authorization: Bearer $TOKEN" --header 'Accept: application/json' {"success":true,"data":{"type":"Employee","attributes":{"id":{"label":"ID","value":XYZ}}}}
@ubergesundheit you've probably resolved this by now, but the issue in my case was that the client had limited scope/access.
Do I need to configure some permissions for my
client_id
andclient_secret
somewhere?After obtaining a bearer token I did: