Search Company Addresses
Returns all addresses associated with a Company account that match the query string `q`.
Equivalent Storefront GraphQL API Query: `addresses`. For more information, see the [GraphQL Playground](https://api-b2b.bigcommerce.com/graphql/playground).
Authentication
AuthorizationBearer
### Authentication header
| Header | Argument | Description |
|:-------|:---------|:------------|
|`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| You can obtain this token using the steps described in the [REST Storefront API](/developer/docs/b2b-edition/getting-started/authentication#rest-storefront-api) section[...]
Path parameters
companyId
Query parameters
q
The search string for the request.
limit
The total number of items per page of the response.
offset
The number of items to skip before the current page of the response.
Response
OK
code
data
message