Using ContentAPI

Logging in

All following API calls require Bearer authentication, if you are in the development phase please use the test credentials provided.

Post the following to "/api/login" in order to receive the Bearer token to be used.

{
    "userName":"premiereservices@testcredentials.com",
    "Password":"premservices123"
}

Using the token received you can now call the rest of the methods found along with their complete OpenAPI/Swagger documentation.