# Generate Letter of Authority **POST /api/v1/loa** Generates a Letter of Authority document for a client with the specified plans. Groups plans by provider and sends a separate LoA for each provider with only that provider's policy numbers. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **client_uuid** (string) The UUID of the client. - **plan_uuids** (array[string]) Array of plan UUIDs to include in the LoA. - **document_template_uuid** (string) The UUID of the document template to use. ## Responses ### 200 #### Body: application/json (object) - **data** (object) [Powered by Bump.sh](https://bump.sh)