APP INTEGRATION API OLD
APP INTEGRATION Copy
Auth Accounts
POSTCreate auth accounts
{{BASE_URL}}/api/v1/auth/account
HEADERS
Authorization
GETget auth accounts
{{BASE_URL}}/api/v1/auth/account
HEADERS
Authorization
GETGet auth account by Id
{{BASE_URL}}/api/v1/auth/account/{{accountId}}
HEADERS
Authorization
PUTUpdate auth accounts
{{BASE_URL}}/api/v1/auth/account/{{accountId}}
HEADERS
Authorization
Loading