Logo
My API Documentation

Register

POST {{baseUrl}}/register

This returns a token that you can use to retrieve information later on.

We have included a test to confirm if a token is returned. We have also added test scripts to copy the token to the token collection variable. This makes it easy for us to reuse this token in other requests in the collection.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://postman-integration-testing.glitch.me//register'

ENDPOINTS