Authentication V1
All requests are MANDATORY to use Authentication. There will be 2 (two) ways to Authenticate:
- Basic Authentication
- oAuth Token Authentication
Basic Authentication
Parameters
Type | Params | Values | Description |
---|---|---|---|
Header | |||
Authorization | string | Value: Basic[CredentialKey] SignString: ThisIsTheAuthKey:This1sASeCre7C0de CredentialKey: base64encode("ThisIsTheAuthKey:This1sASeCre7C0de") | |
Content-Type | string | Value: application/json | |
X-App-Type | string | Value: [AppType] |