Authentication
API Key
GET /products/ HTTP/1.1
Host: api.sandbox.flagstoneim.com
cdpapi-Subscription-Key: your-api-key-hereOAuth 2.0 Client Credentials
1. Get an Access Token
POST /connect/token HTTP/1.1
Host: auth.flagstoneim.com
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&client_id={client_id}&client_secret={client_secret}2. Call APIs with the Token
3. Token Renewal
Strategy
How
Request Access Token Sequence

Token Renewal Sequence

Next Steps
Last updated