Get a person
GET/api/v1/people/:id
This endpoint returns a person by using either an external identifier or our internal Atlas identifier.
Request
Responses
- 200
- 401
- 404
- 429
OK
Unauthorized
Not Found
Rate Limited
Response Headers
X-RateLimit-Limit
The maximum number of requests that the consumer is permitted to make in a given period
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window
X-RateLimit-Reset
The number of seconds left in the current rate limit window