Test ASO Skill in Postman.

Open the public collection to explore every endpoint, copy requests, and send them without building each request by hand.

Open the collection in Postman

Make your first request.

  1. Fork the collection.

    Open the collection, then fork it into your Postman workspace so you can edit variables and request bodies.

  2. Add your API key.

    Open the collection's Variables tab and add authorization_secret with the API key from your ASO Skill dashboard. Keep the value local: do not select Postman's Share action for the variable.

  3. Choose an endpoint and send it.

    Edit the example JSON body as needed, then select Send. A successful data request costs one credit; validation errors and failed upstream requests do not.

Prefer another API client?

The same contract is available as an OpenAPI 3.1 specification that can be imported into compatible tools and code generators.