Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
1
Access the Namely API section
Log in to your Namely site.
Click the Admin dropdown and select API. If you don’t see the API menu, contact your Namely administrator or client success manager to obtain the necessary permissions.
Click the Admin dropdown and select API. If you don’t see the API menu, contact your Namely administrator or client success manager to obtain the necessary permissions.
2
Create an OAuth application
In the API section, navigate to the OAuth Applications tab.
Click to create a new OAuth application and fill out the following fields:
Click to create a new OAuth application and fill out the following fields:
- Name: Enter a human-readable name for your OAuth app (e.g.
Nango Integration). - Website: Enter your company’s website (e.g.
https://example.com). - Redirect URI(s): Specify one or more redirect URIs. Use a comma-separated list if you have multiple.
https://api.nango.dev/oauth/callback.After creating the app, copy/paste the Client ID and Client Secret; you will need them when configuring Nango.3
Next
Follow the Quickstart to set up your Namely integration in Nango.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Namely’s API limits GET
/profilesto 100 requests per minute, returning HTTP 406 if exceeded.
Contribute API gotchas by editing this page
Going further
Connect to Namely
Guide to connect to Namely using Connect UI