Video - InEight Platform
API Call Example

TRANSCRIPT

Let's do a full run through together. So if we go to the developer portal, we go to profile, We have our subscription key. We're gonna go ahead and grab that subscription key and go back to Postman.

Making a Core Users Request

From here, we're just gonna go ahead and do a simple core users request.

This is gonna show us the users that are in the environment. So the first thing we're gonna wanna do is make sure that we have our git and identify the API endpoint. This can be found in the documentation through the developer portal.

Understanding API Parameters

For parameters, there's no parameters that we're going to be passing in this example, but we do have a number of parameters that could be passed to filter that data down.

For Authorization, we're going to go ahead and select Auth Type Bearer Token, and then we're going to go ahead and copy the Bearer Token that we generated previously into this field here.

We're going to go ahead and go to Headers. So there's going to be those three headers that we're going to specifically need. It's going to be our tenant prefix, cash control, and our subscription key. So again, that tenant prefix is going to be the portion in your n eight project suite URL before the dot h d s.

And we have no control for cache control.

And then we're going ahead going to go ahead and paste in our subscription key here.

From here, we're gonna go ahead and select send.

Interpreting the Response

Okay. We have a two zero two accepted. This is a standard response here that lets us know that if we check our headers, we will also have a location as we did in the try it function.

Thank you for watching. You're now ready to explore the N8 APIs.

Additional Resources and Support

Find documentation, get your subscription key, generate bearer tokens, try out endpoints, and build integrations or reporting solutions. If you run into issues, consult the official API documentation in the developer portal or the authentication and authorization PDF guidance. Happy building.