Postman collection
Import the entire Atlasblock API into Postman in one step. The collection has every endpoint, grouped by domain, with bearer auth and the base URL already wired to collection variables — set your key once and send any request.
Import straight from a URL
Prefer not to download a file? Paste this URL into Postman’s Import → Link dialog.
[ COLLECTION URL ]
[ URL ]
https://atlasblock.dev/atlasblock.postman_collection.json
Four steps
- 01In Postman, click Import (top left), then the Link tab.
- 02Paste the collection URL below and import — or download the file and drag it into Postman.
- 03Open the collection’s Variables tab and set apiKey to your key (ab_live_… or ab_test_…).
- 04Send any request. The base URL and bearer token are already wired to the collection variables.
Collection variables
Two variables drive every request. Auth is set at the collection level, so each request inherits the bearer token automatically.
baseUrlThe API origin. Defaults to https://atlasblock.dev/api.apiKeyYour API key. Create one in the dashboard.