Everything about Nextlane Platform documentation
Default password policy has been updated to fulfill OWASP recommendations.
User’s password must follow these requirements:
When sign-in the Username to specify is the Email set in sign-up section. But Nextlane team have to validated your registration first.
Applications act on behalf of the user to request tokens, user identity information and retrieve protected resources from remote services and APIs.
Application definitions apply at security domain level.
Production: https://api.nextlane.io
To consume API you will use an API key, the API key can be retrieve in the Nextlane Platform Developer Portal.
Applications → Subscriptions → Clic on the API: the API key is display on the right panel.
This API Key will be put in the request header like in this example:
--header 'x-api-key: 7282a70f-xxxx-xxxx-xxxx-25ba3b931d30'
For the second subscription you could choose to share the API key or have a different API: it’s your choice.
curl -location -request GET 'https://api.nextlane.io/crm/v1/leads'\
--header 'x-api-key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'\
--header 'Content-Type: application/json'
Logs and analytics will be available for one month.
For the moment all requests have a default timeout set to 120s