POST_Create Token Endpoint
For token endpoint creation using V3 API call:
- First run the v3 token call as described on https://support.mashery.com/docs/read/mashery_api/30/Authentication.
- After getting a successfull V3 token, fetch the token in the following call in order to create token endpoints using Mashery V3 API:
curl -i -k 'https://api.mashery.com/v3/rest/services/{servicekey}/endpoints' -H 'Authorization: Bearer <tokenvalue>' -H 'Content-Type: application/json' -H 'cache-control: no-cache' -d '{"inboundSslRequired":false,"name":"v3-token-ep","outboundRequestTargetPath":"","publicDomains":[{"address":"demo3.api.mashery.com"}],"requestPathAlias":"/v3/token","systemDomains":[],"trafficManagerDomain":"demo3.api.mashery.com","type":"token","httpsClientProfile":{}}'
Docs Navigation
- API Documentation Portal
- IO Docs Definition
- Mashery API Documentation
- Mashery 3.0 API Guide
- Mashery 2.0 API Guide
- OAuth Supporting Methods
- Examples
- JSON RPC
- Authentication
- API Objects
- Fetching Objects
- Query Language
- Creating Objects
- Updating Objects
- Validating Fields
- Deleting Objects
- Applications
- General Object Methods
- Members
- Packages
- Plans
- Package Keys
- Keys
- Developer Classes
- Services
- Roles
- Mashery 2.0 Reporting API Guide
- Event Trigger API
- Differences between Roles and Portal Access Groups
- Managing a Portal Access Group Using Mashery V2 or V3 API
- Mashery Reporting Event Post API Guide
- Tips and Tricks
- Your Portal
- API Traffic Manager
- I/O Docs WSDL requirements