# How to Find Your Marketo Account Details

#### Your Marketo API Endpoint <a href="#block-f8d2b264ea354845bc2cda03bbb6ee30" id="block-f8d2b264ea354845bc2cda03bbb6ee30"></a>

You can find this information in the **Admin > Integration > Web Services** page from the sidebar. It is called “**Endpoint”** under **REST API**.

![image](https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/6c15cf3a-1f64-429c-bb00-7666fcd93708/doc-rest-api-base-url-web-services-3/w=3840,quality=90,fit=scale-down)

#### Your Client ID and Client Secret <a href="#block-fa24e67abee44e41ba023e49abe3256b" id="block-fa24e67abee44e41ba023e49abe3256b"></a>

To create the Client ID and Secret, we need to create a new custom service. First, navigate to **Admin > Launchpoint**. Click “**New Service**”.

![image](https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/ce1701f6-864e-44a3-8f5b-8d4a4419a5bd/doc-rest-api-admin-launchpoint-new-service-menu/w=3840,quality=90,fit=scale-down)

Give your service a descriptive name (like “HockeyStack integration”) and select “**Custom**” from the **Service** dropdown menu. Give it a description, then select a user from the **API Only User** dropdown menu and click on “**Create**”.

![image](https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/839fcf38-8009-43b5-9ef7-f0e11e5570ba/doc-rest-api-admin-launchpoint-new-service/w=1200,quality=90,fit=scale-down)

We have now created our custom service. You should be able to see it in your list of LaunchPoint services, along with a button next to it called “**View Details**”. Click on it to access your Client ID and Secret.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hockeystack.com/integrations/marketing-automation/marketo/how-to-find-your-marketo-account-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
