NATS5 REST API Affiliate GET loginids
From TMM Wiki
Jump to navigationJump to search
GET /affiliate/loginids
Description
- Look up login id values for a list of usernames
Resource URL
- http://domain/api/affiliate/loginids
- Replace domain with the nats domain
- GET
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- usernames
- type: string_list (Either a comma-separated string of strings, or a JSON array of strings)
- required