Authentication
This API is used to authenticate a user who wants to access this organization's data
After successful authentication, you can:
Get your organization’s data from PangoCDP
Ingestion your data to PangoCDP
Method
POST
Path Variable
payload
Headers
Content-type: application/json
Payload Parameters
Name
Type
Required
Valid Value / Description
Example
username
String
Yes
Username in PangoCDP
user@your-email
apiKey
String
Yes
Api Key belongs to username
The string looks like:
46a5207f18xxxxx1ec6fb99bf
cdpGKey
String
Yes
PangoCDP Group key - This is your organization key
The string looks like:
e7402a2f14xxxxx27488373a60355e0c
Example
Response
Response
Status
HTTP Code
Failed
400
Success
200
Last updated
Was this helpful?