Reference
Postman collection
Every endpoint in the v3 API, as a Postman collection. It matches the reference.
Download the collection
Import it
- In Postman: Import → File and pick the file you just downloaded.
- Open the collection's Variables tab and set
niftyTokento a Personal Access Token or an OAuth access token — see Authentication. LeavebaseUrlas it is. - Send Actor → List actors. A
200with a JSON body means the token works; a401means it does not.
Authorization is set once, on the collection, as a bearer token. Every request inherits it — there is no per-request auth to fill in.
What is in it
- One folder per resource, in the same order as the reference sidebar.
- Path parameters are Postman path variables (
:id), listed under the request's Params tab with the description from the reference. - Query parameters (
expand, filters, pagination) ship disabled, so a request sends only what you switch on. - Request bodies are pre-filled with the required fields and their example values. Optional fields are not included. The reference is the full field list.
Idempotency-Keyis present but disabled on the endpoints that accept it. Switch it on and set a fresh value per distinct request.
Keeping it current
The collection is built from the same API description the reference renders, so re-downloading it after a changelog entry is all it takes.
Last modified on
Was this page helpful?