"grant_type": "client_credentials",
"client_id": "partner-prod-001",
"client_secret": "********"
} "access_token": "jwt...",
"token_type": "Bearer",
"expires_in": 600,
"scope": "onboarding.write onboarding.read apikey.manage"
}curl --location 'https://stp.paydaymx.com/api/partner/v1/auth/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"grant_type": "client_credentials",
"client_id": "partner_prod_001",
"client_secret": "i5Im0S1kMkGc34gbOZBQZ9mlIGwx0BsU4IxnEwcaXaw"
}'{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwYXlkYXktYXBpIiwic3ViIjoiQVBJIFBhcnRuZXJJZCIsInNjb3BlIjpbIm9uYm9hcmRpbmcud3JpdGUiLCJvbmJvYXJkaW5nLnJlYWQiLCJhcGlrZXkubWFuYWdlIl0sImp0aSI6ImQxYmM3ZjM3LWRhMmQtNDFjYi05N2RhLWEyZjQyNjZhNTIyNiIsImF1ZCI6InBhcnRuZXItYXBpIiwiaWF0IjoxNzc2MDI2OTY4LCJleHAiOjE3NzYwMjc1Njh9.RW8PNFiM-6D5D76TqHSRFSly_LTeyCISZNRYhFUq2fU",
"token_type": "Bearer",
"expires_in": 600,
"scope": "onboarding.write onboarding.read apikey.manage"
}