Rest API: Authorization Endpoint | Community
Skip to main content
Adi_Kurniawan
Level 1
October 19, 2021
Solved

Rest API: Authorization Endpoint

  • October 19, 2021
  • 2 replies
  • 3463 views

Hello,

I'm trying to connect Marketo with other platforms using an integration tool. In order to authenticate with Marketo, it requires Client ID, Client Secret, Authorization Endpoint, and Token End point.

 

I can find all except Authorization Endpoint. Can anyone here help what should I do if the Authorization Endpoint is a required field?

 

Thanks,

Adi

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by falvares

Hey @adi_kurniawan 

Do you have a screen shot of what the integration tool is requesting? Please ensure that no values are populated before posting.

Thanks

Floyd

2 replies

SanfordWhiteman
Level 10
October 19, 2021
There are not different "token" and "authorization" endpoints in the world of authorization. The /identity endpoint is for retrieving an access token. That's all you need.

Perhaps by "token" they mean the paging token endpoint, which we would not typically shorten to "token". Pretty bad UX if they're using that term.

falvaresAdobe EmployeeAccepted solution
Adobe Employee
October 19, 2021

Hey @adi_kurniawan 

Do you have a screen shot of what the integration tool is requesting? Please ensure that no values are populated before posting.

Thanks

Floyd

Adi_Kurniawan
Level 1
October 19, 2021

@falvares  - It's an inhouse integration tool. Here's the screenshot:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Cheers,

Adi

Adobe Employee
October 19, 2021

Taking a very wild guess here:

Authorization Endpoint - would this be the endpoint?

Token Endpoint - would this be the identity?

You can see the above information under Admin->Web Services.

If you hover on the more information - what does it specify?