> For the complete documentation index, see [llms.txt](https://developers.myscreators.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.myscreators.com/en/api-reference/helpers.md).

# Helpers

Catalogs and supporting data: groups, labels, taxes, members and contacts.

Catalogs and supporting data that complement the other resources.

## GET /client\_groups

> List client groups

```json
{"openapi":"3.0.3","info":{"title":"M&S Creators — CRM API","version":"1.1.2"},"tags":[{"name":"Helpers","description":"Catalogs and supporting data: groups, labels, taxes, project members and contacts."}],"servers":[{"url":"https://crm.myscreators.com/index.php/api","description":"Production"}],"security":[{"ApiToken":[]}],"components":{"securitySchemes":{"ApiToken":{"type":"apiKey","in":"header","name":"authtoken","description":"M&S installation token. Send it in the `authtoken` header of every request."}},"schemas":{"ClientGroup":{"type":"object","description":"A client group.","properties":{"id":{"type":"string"},"title":{"type":"string"},"deleted":{"type":"string"}}},"ApiMessage":{"type":"object","description":"Generic status response for write and delete operations.","properties":{"status":{"type":"boolean","description":"`true` if the operation succeeded."},"message":{"type":"string","description":"Human-readable result message."}}}},"responses":{"Unauthorized":{"description":"Missing or invalid token.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMessage"}}}}}},"paths":{"/client_groups":{"get":{"tags":["Helpers"],"operationId":"listClientGroups","summary":"List client groups","responses":{"200":{"description":"Client groups.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ClientGroup"}}}}},"401":{"$ref":"#/components/responses/Unauthorized"}}}}}}
```

## GET /invoice\_labels

> List invoice labels

```json
{"openapi":"3.0.3","info":{"title":"M&S Creators — CRM API","version":"1.1.2"},"tags":[{"name":"Helpers","description":"Catalogs and supporting data: groups, labels, taxes, project members and contacts."}],"servers":[{"url":"https://crm.myscreators.com/index.php/api","description":"Production"}],"security":[{"ApiToken":[]}],"components":{"securitySchemes":{"ApiToken":{"type":"apiKey","in":"header","name":"authtoken","description":"M&S installation token. Send it in the `authtoken` header of every request."}},"schemas":{"Label":{"type":"object","description":"A reusable label (projects or invoices).","properties":{"id":{"type":"string"},"title":{"type":"string"},"color":{"type":"string"},"context":{"type":"string"},"deleted":{"type":"string"}}},"ApiMessage":{"type":"object","description":"Generic status response for write and delete operations.","properties":{"status":{"type":"boolean","description":"`true` if the operation succeeded."},"message":{"type":"string","description":"Human-readable result message."}}}},"responses":{"Unauthorized":{"description":"Missing or invalid token.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMessage"}}}}}},"paths":{"/invoice_labels":{"get":{"tags":["Helpers"],"operationId":"listInvoiceLabels","summary":"List invoice labels","responses":{"200":{"description":"Invoice labels.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Label"}}}}},"401":{"$ref":"#/components/responses/Unauthorized"}}}}}}
```

## GET /invoice\_tax

> List invoice taxes

```json
{"openapi":"3.0.3","info":{"title":"M&S Creators — CRM API","version":"1.1.2"},"tags":[{"name":"Helpers","description":"Catalogs and supporting data: groups, labels, taxes, project members and contacts."}],"servers":[{"url":"https://crm.myscreators.com/index.php/api","description":"Production"}],"security":[{"ApiToken":[]}],"components":{"securitySchemes":{"ApiToken":{"type":"apiKey","in":"header","name":"authtoken","description":"M&S installation token. Send it in the `authtoken` header of every request."}},"schemas":{"InvoiceTax":{"type":"object","description":"A tax configured for invoicing.","properties":{"id":{"type":"string"},"title":{"type":"string"},"percentage":{"type":"string"},"deleted":{"type":"string"}}},"ApiMessage":{"type":"object","description":"Generic status response for write and delete operations.","properties":{"status":{"type":"boolean","description":"`true` if the operation succeeded."},"message":{"type":"string","description":"Human-readable result message."}}}},"responses":{"Unauthorized":{"description":"Missing or invalid token.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMessage"}}}}}},"paths":{"/invoice_tax":{"get":{"tags":["Helpers"],"operationId":"listInvoiceTaxes","summary":"List invoice taxes","responses":{"200":{"description":"Configured taxes.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceTax"}}}}},"401":{"$ref":"#/components/responses/Unauthorized"}}}}}}
```

## GET /project\_labels

> List project labels

```json
{"openapi":"3.0.3","info":{"title":"M&S Creators — CRM API","version":"1.1.2"},"tags":[{"name":"Helpers","description":"Catalogs and supporting data: groups, labels, taxes, project members and contacts."}],"servers":[{"url":"https://crm.myscreators.com/index.php/api","description":"Production"}],"security":[{"ApiToken":[]}],"components":{"securitySchemes":{"ApiToken":{"type":"apiKey","in":"header","name":"authtoken","description":"M&S installation token. Send it in the `authtoken` header of every request."}},"schemas":{"Label":{"type":"object","description":"A reusable label (projects or invoices).","properties":{"id":{"type":"string"},"title":{"type":"string"},"color":{"type":"string"},"context":{"type":"string"},"deleted":{"type":"string"}}},"ApiMessage":{"type":"object","description":"Generic status response for write and delete operations.","properties":{"status":{"type":"boolean","description":"`true` if the operation succeeded."},"message":{"type":"string","description":"Human-readable result message."}}}},"responses":{"Unauthorized":{"description":"Missing or invalid token.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMessage"}}}}}},"paths":{"/project_labels":{"get":{"tags":["Helpers"],"operationId":"listProjectLabels","summary":"List project labels","responses":{"200":{"description":"Project labels.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Label"}}}}},"401":{"$ref":"#/components/responses/Unauthorized"}}}}}}
```

## GET /getProjectMembers

> List project members

```json
{"openapi":"3.0.3","info":{"title":"M&S Creators — CRM API","version":"1.1.2"},"tags":[{"name":"Helpers","description":"Catalogs and supporting data: groups, labels, taxes, project members and contacts."}],"servers":[{"url":"https://crm.myscreators.com/index.php/api","description":"Production"}],"security":[{"ApiToken":[]}],"components":{"securitySchemes":{"ApiToken":{"type":"apiKey","in":"header","name":"authtoken","description":"M&S installation token. Send it in the `authtoken` header of every request."}},"schemas":{"ProjectMember":{"type":"object","description":"A member assigned to a project.","properties":{"id":{"type":"string"},"user_id":{"type":"string"},"project_id":{"type":"string"},"is_leader":{"type":"string"},"member_name":{"type":"string"},"user_type":{"type":"string"}}},"ApiMessage":{"type":"object","description":"Generic status response for write and delete operations.","properties":{"status":{"type":"boolean","description":"`true` if the operation succeeded."},"message":{"type":"string","description":"Human-readable result message."}}}},"responses":{"Unauthorized":{"description":"Missing or invalid token.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMessage"}}}}}},"paths":{"/getProjectMembers":{"get":{"tags":["Helpers"],"operationId":"listProjectMembers","summary":"List project members","responses":{"200":{"description":"Project members.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProjectMember"}}}}},"401":{"$ref":"#/components/responses/Unauthorized"}}}}}}
```

## GET /contact\_by\_clientid/{clientid}

> List contacts by ClientID

```json
{"openapi":"3.0.3","info":{"title":"M&S Creators — CRM API","version":"1.1.2"},"tags":[{"name":"Helpers","description":"Catalogs and supporting data: groups, labels, taxes, project members and contacts."}],"servers":[{"url":"https://crm.myscreators.com/index.php/api","description":"Production"}],"security":[{"ApiToken":[]}],"components":{"securitySchemes":{"ApiToken":{"type":"apiKey","in":"header","name":"authtoken","description":"M&S installation token. Send it in the `authtoken` header of every request."}},"schemas":{"Contact":{"type":"object","description":"A contact associated with a client.","properties":{"id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"user_type":{"type":"string"},"status":{"type":"string"},"client_id":{"type":"string"}}},"ApiMessage":{"type":"object","description":"Generic status response for write and delete operations.","properties":{"status":{"type":"boolean","description":"`true` if the operation succeeded."},"message":{"type":"string","description":"Human-readable result message."}}}},"responses":{"Unauthorized":{"description":"Missing or invalid token.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMessage"}}}}}},"paths":{"/contact_by_clientid/{clientid}":{"get":{"tags":["Helpers"],"operationId":"listContactsByClient","summary":"List contacts by ClientID","parameters":[{"in":"path","name":"clientid","required":true,"schema":{"type":"integer"},"description":"Client ID."}],"responses":{"200":{"description":"Client contacts.","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}}}}},"401":{"$ref":"#/components/responses/Unauthorized"}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.myscreators.com/en/api-reference/helpers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
