What are you looking for ?
Search

Nextlane platform developer

Everything about Nextlane Platform documentation

Workflow

  • Sign up on Nextlane Platform Developer Portal : https://portal.nextlane.io. The Username/ Login is your mail address. Check below for password policy. Avoid special characters for the moment in first name, last name.
  • Wait for Nextlane team to give you access to API, you will receive a mail to inform you
  • Create an application : you can have one or many applications with one or many API subscriptions on theses applications
  • Subscribe to the API with the plan you want.
  • Wait for Nextlane team to give you access, you will receive a mail to inform you
  • You can try your requests and developments on a sandbox, see API URL below to use.
  1. Sign up on Nextlane Platform Developer Portal : https://portal.nextlane.io. The Username/ Login is your mail address. Check below for password policy. Avoid special characters for the moment in first name, last name.
  2. Wait for Nextlane team to give you access to API, you will receive a mail to inform you
  3. Create an application : you can have one or many applications with one or many API subscriptions on theses applications
  4. Subscribe to the API with the plan you want.
  5. Wait for Nextlane team to give you access, you will receive a mail to inform you
  6. You can try your requests and developments on a sandbox, see API URL below to use.

FAQ

Technical Tips

API URL

API Key

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 example

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

Logs and analytics will be available for one month.

Time out

For the moment all requests have a default timeout set to 120s