Create token for Subscriber Repository
The create token for Subscriber Repository request allows the client application to create Subscriber Repository tokens.
Create Subscriber Repository tokens for userdescribes the API structure for creating Subscriber Repository tokens.
Title | Create Subscriber Repository tokens for user |
---|---|
URL | http://<impact_url>/m2m/token/subscriber-repo |
Method | PUT |
Content-Type | application/json |
URL Params |
The following are the URL parameters:
|
Data Params |
The following are the data parameters:
|
Success Code |
Response Code: 202 |
Error Code |
201 : Created 401 : Unauthorized 403 : Forbidden 404 : Not Found |
Sample Call | Request: Response
Body:
|
Notes |
If length of username field in the request, is more than 50 characters, the following message appears: ‘username' cannot be more than 50 characters. Note: The username used in the request body need not be
the same as the registered enterprise user.
|