post https://{subdominio}.cxm.pipe.run/oauth/token
Responses
xxxxxxxxxx
curl --location --request POST 'https://{subdominio}.cxm.pipe.run/oauth/token' \
--header 'Accept: application/json' \
--form 'grant_type="password"' \
--form 'client_id="14"' \
--form 'client_secret="***************************************"' \
--form 'username="api@crmpiperun.com"' \
--form 'password="********"'
Try It!
to start a request and see the response here! Or choose an example: