Nimble’s Admin API allows you to perform a number of key account functions, including:
Create, list, update, and delete pipelines
View account status and remaining credits
View account-level and pipeline-level usage reports
Manage authenticated IPs
This API uses JWT/Bearer authentication:
To generate a token, make a request with the following body/payload: { "username": "string", "password": "string" }
Apply the received token in your following API request, by adding the header:
authorization: Bearer [token]
auth.Token TTL time is 72 HRs.
/v1/account/login
This API uses basic authentication: To generate a token, make a request without a body while authorized with your old token auth.Token TTL time is 72 HRs.
/v1/account/login/refresh