Logo
Markus Postman Training API Documentation

Galaxy API Adoption

Number of APIs: 8


This collection accompanies the Qodex Galaxy API Adoption training session.

Learn how to build adoption for your API by working your way through this collection!

FORK the collection to create a copy in your own workspace.

  • Start by opening the collection and expanding the Learn adoption folder, selecting the Begin learning request, and clicking Send.
  • When you get a response, open the Visualize tab and follow the instructions from there.

When you're done working through the collection, open the Complete submission folder:

  • Follow the steps returned from the Publish workspace request to create a public workspace and update your profile.
  • Copy your collection link (Share > Get public link) into the Test collection address, adding your profile link as the query parameter–Send to test your work for completion!

When your submission is successfully processed you'll receive the Qodex API Adoption badge!


1. Learn adoption - Begin learning

GET {{url}}/begin



2. Learn adoption - Get customer

GET {{url}}/record?id=xyz789

Retrieve a single customer.

To specify the customer you want to retrieve: * Add a Query parameter named id.

![pic]

[Your website]



3. Learn adoption - Add item

POST {{url}}/record



4. Learn adoption - Update item

PUT {{url}}/record?id=xyz789



5. Learn adoption - Remove item

DELETE {{url}}/record/:id



6. Learn adoption - Get list

GET {{url}}/records



7. Complete submission - Publish workspace

GET {{url}}/publish

Hit Send to find out how to publish your workspace and update your profile.



8. Complete submission - Test collection

GET https://www.getpostman.com/collections/718d83341c8692119d05

Grab your collection link and test it:

  • Add the URL for your public workspace in the Headers as the value of the workspace header
  • Open the Galaxy API Adoption collection on the left
  • Click Share
  • Choose Get public link
  • Get or Update your link (you will need to update it if you make any changes to the collection)
  • Copy the link
  • Pop the link into the Test collection request address and Save the request
  • Send the request
  • Check out the Test Results to see if your collection is complete

When your collection is complete, fill out the form bit.ly/submit-api-adoption including the link to it and we will process your submission for the API Adoption badge + swag!



ENDPOINTS