Retrieve a key person
Get details of a key person
GET
https://sandbox-api.com/v1/users/{user_id}/key_people/{key_person_id}
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
key_person_id* | string | The uuid of the key person |
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated