Build and Deploy API Calls with Postman

0
Good day!   I am using Postman and learning to access the Build and Deploy APIs using the docs:   https://docs.mendix.com/apidocs-mxsdk/apidocs/build-api https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api But I seem to have an authorization issue.  Below is a snapshot of my request.  I generated the Mendix-ApiKey within my Developer Portal as suggested in another post.    What am I missing? Thanks, Keith
asked
2 answers
1

Keith,

You seem to be missing nothing. Tested this in postman with my own account and API key and then this works correctly.

I get the same error as you when part of the credentials is incorrect, so either the user name or API key seems to be invalid.

Maybe an additional space character somewhere?

answered
1

Hi there, just for anyone stumbling over this post and still getting authorization errors: API Key of an App is NOT an API Key of the user profile. Would have helped me so maybe now helps you ;-)

answered